home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-19 | 883 b | 30 lines | [TEXT/ttxt] |
- Here are two KeyQuencer macros that will help you spell check the
- clipboard with Excalibur. KeyQuencer is shareware ($10) and it is
- available from any Info-Mac mirror site. The current version is
- 1.2.2:
-
- /info-mac/dev/osa/key-quencer-122.hqx
-
- These macros assume that you have the Open Clipboard and Go option
- set.
-
- The first macro copies the currently selected text, switches to
- Excalibur and starts to spell check the contents of the clipboard:
-
- SwitchApp remember
- Key cmd "c"
- Open "HardDrive:Applications:Excalibur:Excalibur" <-- your file path here
- WaitApp "Excalibur"
-
- The second macro copies the results of Excalibur's work, closes
- Excalibur's spell check dialog, switches back to the original
- application, and pastes the corrected text.
-
- key cmd "w"
- SwitchApp restore
- Wait 20 ticks
- Key cmd "v"
-
- In the above examples, do _not_ include the <-- comments in the actual
- macro.
-